-
Notifications
You must be signed in to change notification settings - Fork 675
fix: various DPT plot fixes #3864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flying-sheep
commented
Oct 31, 2025
- Closes unexpected error in sc.pl.dpt_timeseries and dpt_groups_pseudotime #3086
- Tests included or not required because:
- Release notes not necessary because:
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3864 +/- ##
==========================================
+ Coverage 76.70% 77.23% +0.53%
==========================================
Files 115 115
Lines 12389 12393 +4
==========================================
+ Hits 9503 9572 +69
+ Misses 2886 2821 -65
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we testing whatever could have triggered the need for islice(cycle(...? It seems like we could add a test for that, at least that things dont crash. No? I guess it's tied to X.shape but just want to be sure we are checking the overflow case i.e., X.shape forcing the cycle to be used
|
Whenever the number of subsets is larger than the palette, the old code would crash with an |
|
test failures are #3865 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense! Just wanted to be sure